body, html {
  font-family: "Montserrat";
  height: 100%;
  background: none;
  margin:0;

}

.parallax {
  /* The image used */
  background-image: url('fuji_yama.jpg');


  /* Full height */
  height: 90%;
  width:100%;


  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
}

.content h2{
  animation: mymove 20s;

}

.parallax2 {
  /* The image used */
  background-image: url('naf12.jpg');


  /* Full height */
  height: 50%;
  width:100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


section{

  background: black;
  font-size: 20px;
 margin: 0;
 padding: 0;
  color:white;


}




/*ABOUT US Section*/

.aboutus{

margin: 0;
padding: 0;
background: white;
color:white;
width: 100%;
height:50%;
z-index: 30;

}

.aboutus h1{
  color: black;
  position: sticky;
  text-align: center;
  font-size: 30px;
  margin-bottom: 0;
}

.row h4{
  margin-bottom: -10px;
}

.aboutus p{
  color: black;
  text-align: center;
  font-size: 15px;
  padding: 20px;
  margin-top: 0;
}

.container{

  margin: 0px auto 0;
  display: table;
  box-sizing: border-box;
  transition: .5s;

}

.row{
  margin: 10px 0;
  transition: .5s;

}

.column, .column2, .column3{
  background: white;
  display: table-cell;
  padding: 10px;
  width: 33.3333%;
  text-align: center;
  color: black;
  vertical-align: middle;
  border-right: 1px solid black;
  border-left: 1px solid black;
  transition: .5s;
}

.row p{
  font-size: 14px;
}


.logo {
      line-height: 60px;
      position: absolute;
      float: left;
      margin: 16px 46px;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      letter-spacing: 2px;
}

nav {
      position: absolute;
      width: 100%;
      line-height: 60px;
      z-index: 2;

}

nav ul {
      line-height: 60px;
      list-style: none;
      background: black;
      overflow: hidden;
      color: #fff;
      padding: 0;
      text-align: right;
      margin: 0;
      margin-top:0;
      padding-right: 40px;
      transition: 1s;
}

nav.black ul {
      background: #000;
}

nav ul li {
      display: inline-block;
      padding: 16px 40px;
}

nav ul li a {
      text-decoration: none;
      color: #fff;
      font-size: 30px;
}

.menu-icon {
      line-height: 60px;
      width: 100%;
      background: #000;
      text-align: right;
      box-sizing: border-box;
      padding: 15px 24px;
      cursor: pointer;
      color: #fff;
      display: none;
}

.content {
     position: absolute;
		 top: 40%;
		 left: 50%;
     transform: translate(-50%, -50%);
     color: #fff;
     z-index: 1;
}

.content h2{
  text-align: center;


  transform: translate(0, -10px);
  width: 800px;

}

.xop-section{

  margin: 0 auto;
  padding: 6% 2%;
}

.xop-grid{
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
}

.xop-grid:after{
  clear: both;
}

.xop-grid:after, .xop-box:before{
  content: "";
  display: table;
}

.xop-grid li{

  display: inline-block;
  margin: 10px;
}

.xop-box{
  width: 50%;
  height: 100%;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: 0.3s ease-in-out, transform 0.3s ease-in-out;
  }

  .xop-box:hover{
    transform: scale(1.05);
  }

.xop-img-1{
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.1)),

}

.xop-img-2{
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.1)),

}

.xop-img-3{
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.1)),

}

.xop-section h1{
  font-size: 30px;
  position: sticky;
  text-align: center;
}

.xop-box p{
  width: 400px;
  text-align: center;
  }

  .footer-main-div a{
      text-decoration:none;
      outline: none;
  }

    .footer-main-div{
    width: 100%;
    height: auto;
    margin: auto;
    background: black;
    padding: 20px 0px;
    }

    .footer-social-icons{
    width: 100%;
    height: auto;
    margin: auto;
    }

    .footer-social-icons ul{
    height: auto;
    margin: auto;
    text-align: center;
    }

    .footer-social-icons ul li{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0px 10px;
    border-radius: 100%;
    background: transparent;
    }

    .footer-social-icons ul li a{
      color: white;
      font-size: 40px;
      display: block;
    }

    .footer-social-icons ul li a i{
      line-height: 50px;
    }

    .footer-menu-one ul{
      margin: 0px;
      padding: 0px;
      text-align: center;
    }

    .footer-menu-one ul li{
      display: inline-block;
      margin: 0px 20px;
    }

    .footer-menu-one ul li a{
      font-size: 15px;
      font-weight: 600;
      color: white;
      text-transform: uppercase;
    }

@media(max-width: 1024px) {
  .aboutus{
    height: 40%;
  }


}


@media(max-width: 775px) {

      .xop-section h1{
        font-size: 25px;
      }

      .xop-section p{
       width: 385px;
      }


      .logo {

            top: 0;
            margin-top: 16px;
      }

      nav ul {
            max-height: 0px;
            background: #000;
             z-index: 2;
      }

      nav.black ul {
            background: #000;
            z-index: 2;
      }

      .showing {
            max-height: 50em;
            z-index: 2;
      }

      nav ul li {
            box-sizing: border-box;
            width: 100%;
            padding: 34px;
            text-align: center;
            z-index: 2;
      }

      .menu-icon {
            display: block;
      }






  .name{
   font-size: 20px;

  }

  .parallax{

  background-attachment:scroll;


  }

  .parallax2{

    background-attachment:scroll;

  }

  .aboutus{
    height: 50%;

  }

  .content h2{
    transform:translate(0,-35px);
  }

}


}

@media (max-width: 900px){

.container{
  margin: 0;
  padding: 10px;
  width: 100%;
}

.column, .column2, .column3{
  width: 100%;
  display: block;
  margin: 0px 0;
  border-bottom: 1px solid black;
  box-sizing: border-box;
  border-right: none;
  border-left: none;
}

.column3{
  border-bottom: none;
}

.row{
  margin: 20px 0;
}


.section{
  font-size: 15px;
}


}
@media (max-width: 736px){
  .aboutus{
    height: 86%;
  }

  .content h2{
    width: 385px;
    font-size: 13px;
    transform: translate(0, 10px);
  }

  .parallax{
  background-image: url('fuji_yamamobile.jpg');


  background-position:center;
  background-repeat: no-repeat;
  background-attachment:scroll;

  height:105%;


  }




}

@media (max-width: 667px){
  .content h2{
    width: 385px;
    font-size: 13px;
    transform: translate(0, 10px);
  }

  .aboutus{
    height:100%;
  }


  .parallax{
    height: 110%;
  }
  .parallax2{
    height:93%;
  }
}


@media (max-width: 414px){

  .column, .column2, .column3{
    width: 100%;
    display: block;
    margin: 0px 0;
    border-bottom: 1px solid black;
    box-sizing: border-box;
    border-right: none;
    border-left: none;
  }

  .column3{
    border-bottom: none;
  }

  .parallax{
  background-image: url('fuji_yamamobile.jpg');


  background-position:center;
  background-repeat: no-repeat;
  background-attachment:scroll;


  }

  .parallax2{
    background-image: url('naf12mobile.jpg');

    background-position: center;
    background-repeat: no-repeat;
    background-attachment:scroll;

  }

  .content h2{
    width: 385px;
    font-size: 13px;
    transform: translate(0, -20px);
  }

  .xop-box p{
    width: 300px;
    font-size:16px;
    }

  .aboutus{
    height: 140%;
    width: 100%;
  }



  iframe{
    width: 275px;
    height: 225px;
  }

  h1 img{
    height:200px;
    width: 200px;

  }


  .footer-social-icons ul li a{

    font-size: 30px;
  }





}



@media (max-width : 375px)
{

  .column, .column2, .column3{
    width: 100%;
    display: block;
    margin: 0px 0;
    border-bottom: 1px solid black;
    box-sizing: border-box;
    border-right: none;
    border-left: none;
  }

  .column3{
    border-bottom: none;
  }

  .content h2{
    width: 350px;
    font-size: 11px;
    transform: translate(0, -20px);
  }

  .xop-box p{
    width: 250px;
    font-size:14px;
    }

  .aboutus{
    height: 165%;
    width: 100%;
  }

  iframe{
    width: 250px;
    height: 200px;
  }

  h1 img{
    height:200px;
    width: 200px;

  }

  .parallax{
  background-image: url('fuji_yamamobile.jpg');


  background-position:center;
  background-repeat: no-repeat;
  background-attachment:scroll;


  }

  .parallax2{
    background-image: url('naf12mobile.jpg');

    background-position: center;
    background-repeat: no-repeat;
    background-attachment:scroll;
    height:75%;
  }






  .footer-social-icons ul li a{

    font-size: 20px;
  }






}
